home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
x
/
gui
/
x3d.lha
/
x3d
/
Makefile.std
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-07-23
|
178 b
|
11 lines
CFLAGS = -O
LIBS = -lX11 -lm
INCS = char.h constants.h gi.h macros.h types.h
CC = cc
x3d: x3d.c $(INCS)
$(CC) $(CFLAGS) $(DEFS) -o x3d x3d.c $(LIBS)
clean:
rm x3d